home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Balloons.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  77 lines

  1. /*
  2.      File:        Balloons.idl
  3.  
  4.      Contains:    Balloon Help Package Interfaces.
  5.  
  6.      Version:    Technology:    Copland
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __BALLOONS_IDL__
  19. #define __BALLOONS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __QUICKDRAW_IDL__
  28. #include <Quickdraw.idl>
  29. #endif
  30. #ifndef __MENUS_IDL__
  31. #include <Menus.idl>
  32. #endif
  33. #ifndef __APPLEEVENTS_IDL__
  34. #include <AppleEvents.idl>
  35. #endif
  36. #ifndef __TEXTSERVICES_IDL__
  37. #include <TextServices.idl>
  38. #endif
  39. #ifndef __TEXTEDIT_IDL__
  40. #include <TextEdit.idl>
  41. #endif
  42. #ifndef __ERRORS_IDL__
  43. #include <Errors.idl>
  44. #endif
  45. #ifndef __COACHMARKS_IDL__
  46. #include <CoachMarks.idl>
  47. #endif
  48. #ifndef __HIOBJECTTYPES_IDL__
  49. #include <HIObjectTypes.idl>
  50. #endif
  51.  
  52. #ifdef __SOMIDL__
  53.  
  54. /* Cool for both System 7 and 8*/
  55. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  56. typedef SInt16                    BalloonVariant;
  57.  
  58. /* * remove the currently onscreen balloon, if any*/
  59. #endif
  60. /* * Old API--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  61. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  62. typedef SOMFourByteStruct        HMStringResType;            /* Derived from a struct of 4 bytes in size */
  63.  
  64. typedef SOMLargeStruct            HMMessageRecord;            /* Derived from a struct of 278 bytes in size */
  65.  
  66. typedef OpaquePtr                HMMessageRecPtr;            /* Substituted OpaquePtr for ``HMMessageRecord*'' */
  67.  
  68. typedef OpaquePtr TipFunctionProcPtr;
  69. typedef OpaquePtr TipFunctionUPP;
  70. /*  Public Interfaces  */
  71. #endif
  72.  
  73. #endif /* __SOMIDL__ */
  74.  
  75. #endif /* __BALLOONS_IDL__ */
  76.  
  77.